projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d11e812
)
docs: Fix annotation for GtkGLArea::resize signal
author
Emmanuele Bassi
<ebassi@gnome.org>
Thu, 11 Jun 2015 10:39:38 +0000
(11:39 +0100)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Thu, 11 Jun 2015 10:45:03 +0000
(11:45 +0100)
We need to document all arguments for the signal, for both gtk-doc and
introspection.
gtk/gtkglarea.c
patch
|
blob
|
history
diff --git
a/gtk/gtkglarea.c
b/gtk/gtkglarea.c
index bec792230ca9a6437a9f932a25d96b8bcfd47481..5cf8bf2dc691cf5092c9c23c0fbd1c037172e042 100644
(file)
--- a/
gtk/gtkglarea.c
+++ b/
gtk/gtkglarea.c
@@
-886,6
+886,8
@@
gtk_gl_area_class_init (GtkGLAreaClass *klass)
/**
* GtkGLArea::resize:
* @area: the #GtkGLArea that emitted the signal
+ * @width: the width of the viewport
+ * @height: the height of the viewport
*
* The ::resize signal is emitted once when the widget is realized, and
* then each time the widget is changed while realized. This is useful